home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / qswin085.zip / QS.CFG < prev    next >
Text File  |  1996-09-14  |  1KB  |  38 lines

  1. rem QS.CFG - Quake Studio's config file
  2. rem Read the comments (beginning with rem)
  3. rem to figure out how to set stuff up here.
  4. rem QS is case-sensitive, so you must type
  5. rem config statements in the letter case in
  6. rem which they appear here.
  7.  
  8. rem "include" doesn't work!
  9. rem if you try using one qs will gp fault!
  10. rem include qsents.cfg
  11.  
  12. rem Create boxes to display for certain entities.
  13. rem Syntax:
  14. rem entbox classname flagmask minx y z maxx y z
  15. rem In future versions, full wireframe models
  16. rem will be supported.
  17. entbox item_health 2 0 0 0 24 24 24
  18. entbox item_health 1 0 0 0 32 32 16
  19. entbox item_health 0 0 0 0 32 32 16
  20. entbox item_shells 1 0 0 0 32 32 24
  21. entbox item_shells 0 0 0 0 24 24 24
  22. entbox item_spikes 1 0 0 0 32 32 24
  23. entbox item_spikes 0 0 0 0 24 24 24
  24. entbox item_rockets 1 0 0 0 32 16 32
  25. entbox item_rockets 0 0 0 0 16 16 32
  26. entbox item_cells 1 0 0 0 32 32 24
  27. entbox item_cells 0 0 0 0 24 24 24
  28.  
  29. rem Make the entity wireframes use their
  30. rem entity colors rather than fading grays
  31. rem if colorentmodels is set to 1.
  32. colorentmodels 0
  33.  
  34. rem Set the bade directory for texture wads.
  35. rem Not yet implemented.
  36. texwadbasedir c:\quake\id1\
  37.  
  38.